home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / system / patchallocmem.lha / PatchAllocMem / InstallLib.script < prev    next >
Encoding:
Text File  |  1994-08-13  |  387 b   |  17 lines

  1. ; Install patch.library
  2.  
  3. Echo "Installing library for PatchAllocMem"
  4.  
  5. If EXISTS LIBS:patch.library
  6.   Version >NIL: LIBS:patch.library 1 55
  7.   If WARN
  8.     Echo "Installing newer version of patch.library (1.55)"
  9.     Copy libs/patch.library LIBS:
  10.   Else
  11.     Echo "patch.library already installed"
  12.   EndIf
  13. Else
  14.   Echo "Installing xpkmaster.library V2.4"
  15.   Copy libs/patch.library LIBS:
  16. EndIf
  17.